From 26f6adc1c824911e318908a87f73c40b6fc353ad Mon Sep 17 00:00:00 2001 From: "jrb44@freefall.cl.cam.ac.uk" Date: Tue, 11 Oct 2005 14:26:23 +0100 Subject: [PATCH] Added xsls to xenstore Makefile install dependencies to fix "make dist". Signed-off-by: James Bulpin --- tools/xenstore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index 5d29ad301a..453f1abeb7 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -129,7 +129,7 @@ TAGS: tarball: clean cd .. && tar -c -j -v -h -f xenstore.tar.bz2 xenstore/ -install: libxenstore.so xenstored $(CLIENTS) +install: libxenstore.so xenstored xsls $(CLIENTS) $(INSTALL_DIR) -p $(DESTDIR)/var/run/xenstored $(INSTALL_DIR) -p $(DESTDIR)/var/lib/xenstored $(INSTALL_DIR) -p $(DESTDIR)/usr/bin -- 2.30.2